CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈夫曼编码 译码

搜索资源列表

  1. huffmanTree

    0下载:
  2. 哈夫曼树编码译码器的课程设计报告,本人自己写的。-huffmanTree
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:214085
    • 提供者:彭江华
  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. Tree

    0下载:
  2. 用C++语言写的哈夫曼变异和译码系统,能实现建树、遍历、编码、译码、打印等。-Huffman write C++ language variation and decoding system to achieve the achievements, traversal, encoding, decoding, printing and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:1461367
    • 提供者:chipo
  1. hfm

    0下载:
  2. vc++功能实现哈夫曼树的编码与译码,大家一起学习一下!-vc++ function of the encoding and decoding of the Huffman tree, we learn together!
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:1820
    • 提供者:杨革
  1. hafuman

    0下载:
  2. 此文件是关于哈夫曼树的创建,译码编码,哈夫曼树的显示是用后序遍历输出的。-This file is create Huffman tree, decoding coded Huffman tree display after preorder output.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1720
    • 提供者:刘思敏
  1. hfm

    0下载:
  2. 1.建立哈夫曼树 从终端输入字符大小n,以及n个字符和n个权值,建立哈夫曼树 2、编码 利用已建好的哈夫曼树,对输入的字符进行编码,并输出编码结果 译码:利用已建立好的哈夫曼树对输入的代码进行编码,并输出译码结果-(1) Establish the Huffman tree from the terminal input character size n, and n and n characters right value, establishes a Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:2033787
    • 提供者:安陌
  1. Haffman

    0下载:
  2. 创建一个哈夫曼树,从键盘输入自己的名字和各个字母的权值,输出哈夫曼树。对哈夫曼树进行编码并显示编码结果,完成译码过程并显示。-Create a Huffman tree, from the keyboard to enter their names and weights of each letter, the output Huffman tree. Huffman coding and the coding result display, and displays the decoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1782
    • 提供者:赵悦
  1. haffuman

    0下载:
  2. 实现了哈夫曼树的建立,编码,译码过程。涵盖了哈夫曼树的所有操作,可直接运行-Huffman tree establishment realized, encoding, decoding process. Huffman tree covers all the operations can be run directly
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:393042
    • 提供者:宁淡淡
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-10
    • 文件大小:6523454
    • 提供者:Peter
  1. yuesefuhuan

    0下载:
  2. 实现以下功能: ⑴I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中; ⑵E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件Codefile中 ; ⑶D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中; ⑷P:打印代码文件(
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:68777
    • 提供者:陈天骄
  1. HUFFMAN

    0下载:
  2. 哈夫曼树相关程序,利用哈夫曼(最优树)的原理,实现编码译码的实例之一。本程序包括,按给定字母频率生成编码表,编码、译码过程。-Huffman tree associated procedures, the use of Huffman (optimal tree) in principle, to achieve one instance of coding and decoding. The program includes, at a given frequency to generate
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:336273
    • 提供者:cian
  1. dd

    0下载:
  2. 哈夫曼树编码译码,从文件中读取字符串,以二进制形式存在其他文件里。-Huffman coding and decoding, reading a string from a file to another file in binary form.
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2182
    • 提供者:赵宇
  1. Huffman

    0下载:
  2. 哈弗曼编/译码器,实现以下功能:初始化,编码,译码,打印代码文件,打印哈夫曼树-Huffman encoder/decoder, the following functions: initialization, encoding, decoding, printing code file, print Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:171756
    • 提供者:Daivi
  1. hufferman

    2下载:
  2. 用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3103
    • 提供者:梁耀燊
  1. hufuman

    0下载:
  2. 用哈夫曼树实现文件的编码和译码,并保存编码和译码文件,还能打印生成的哈夫曼树-Huffman tree to achieve encoding and decoding files, and save the file encoding and decoding, but also print the generated Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:133293
    • 提供者:任程麟
  1. huffman

    0下载:
  2. 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:183483
    • 提供者:罗鱼
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. HUFFMAN

    0下载:
  2. 哈夫曼树,实现树的创建,编码,编码输出,译码,还有字符串和字符数组相互转换-Huffman tree, to achieve the creation of a tree coding, coding, decoding, and mutual conversion and a string array
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2021
    • 提供者:wht
  1. myhuff

    0下载:
  2. 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:程伟
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
« 1 2 ... 10 11 12 13 14 1516 »
搜珍网 www.dssz.com